projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d121e05
)
Fix formatting issue blocking build
author
jluner
<justin.j.luner@gmail.com>
Sun, 28 May 2017 03:24:40 +0000
(22:24 -0500)
committer
jluner
<justin.j.luner@gmail.com>
Sun, 28 May 2017 03:24:40 +0000
(22:24 -0500)
src/bin/run.rs
patch
|
blob
|
history
diff --git
a/src/bin/run.rs
b/src/bin/run.rs
index 61023fb5e5c6f2dddfd9a706498f3bc4177848ea..96c51bea24097011604ce42530b45f8762084e35 100644
(file)
--- a/
src/bin/run.rs
+++ b/
src/bin/run.rs
@@
-113,7
+113,8
@@
pub fn execute(options: Options, config: &Config) -> CliResult {
// bad and we always want to forward that up.
let exit = match err.exit.clone() {
Some(exit) => exit,
- None => return Err(CliError::new(CargoErrorKind::ProcessErrorKind(err).into(), 101)),
+ None => return Err(
+ CliError::new(CargoErrorKind::ProcessErrorKind(err).into(), 101)),
};
// If `-q` was passed then we suppress extra error information about